Package ga.core.algorithm.interactive

Interface Summary
ISIGA<T extends IIndividual<T>> Interface for simple interactive genetic algorithms.
 

Class Summary
AbstractSIGA<T extends IIndividual<T>> Abstract class for an simple interactive genetic algorithm.
SIGA<T extends IIndividual<T>> Steady-State simple interactive genetic algorithm.
SIGAGeneration<T extends IIndividual<T>> Generational simple interactive genetic algorithm.